@import url('https://fonts.googleapis.com/css2?family=Cedarville+Cursive&family=Nunito:wght@600;800&display=swap');

.body_contact {
    font-family: 'Nunito', sans-serif;
    margin: 0;
    padding: 0;
    background: var(--theme-color);
}

.contactNdelivery {
    background-color:#545454e2;
    padding: 2px;
    padding-bottom: 10px;
    border-radius: 8px;
    margin: 4px;
    -webkit-box-shadow: 0px 0px 56px -22px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 56px -22px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 56px -22px rgba(0,0,0,0.75);

}

.header {
    align-items: center;
}

.contact_wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.phone {
    margin: 5px 5px 0px 5px;
    padding: 40px;
    background-color: aliceblue;
    font-size: 20px;
    display: flex;
    border-radius: 8px;
    justify-content: space-between;
    align-items: center;
    color: #ffd258;
    background-color: #131313;
    -webkit-box-shadow: 0px 0px 56px -22px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 56px -22px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 56px -22px rgba(0,0,0,0.75);
}

a {
    text-decoration: none;
    color: inherit;
}

.phoneNicon {
    display: inline;
}

.copy_icon {
    border: solid 1px #fed01860;
    padding: 5px;
    border-radius: 8px;
    font-size: 18px;
    color: #ffd258;
    margin-left: 10px;
}

.copy_icon:hover {
    color: #7f6913;
}

.icon {
    padding: 6px 15px 6px 15px;
    background-color: #5cdb5c81;
    border-radius: 8px;
    color: #ffd258;
    -webkit-box-shadow: 0px 0px 56px -22px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 56px -22px rgba(0,0,0,0.75);
box-shadow: 0px 0px 56px -22px rgba(0,0,0,0.75);
    
}

.the_number {
    display: inline;
    background-color: #ffffff0d;
    padding: 3px 10px 3px 10px;
    border-radius: 20px;
}

.free_delivry_wrapper {
    padding: 25px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    background-color: #131313;
    margin: 5px 5px 0px 5px;
    -webkit-box-shadow: 0px 0px 56px -22px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 56px -22px rgba(0,0,0,0.75);
box-shadow: 0px 0px 56px -22px rgba(0,0,0,0.75);
}

.about_location {
    display: flex;
    justify-content: space-between;
    padding: 25px;
    border-radius: 8px;
    font-size: 20px;
    background-color: #131313;
    margin: 5px 5px 0px 5px;
    -webkit-box-shadow: 0px 0px 56px -22px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 56px -22px rgba(0,0,0,0.75);
box-shadow: 0px 0px 56px -22px rgba(0,0,0,0.75);
}

.delivery_icon {
    width: 10%;
    height: auto;
    object-fit: contain;
}

.free_delivery_para {
    display: inline;
    color: #ffd258;
    width: 55%;
    background-color: #ffffff06;
    border-radius: 8px;
    padding: 10px 7px 0px 8px;
    height: fit-content;
}

.location_para {
    display: inline;
    color: #ffd258;
    background-color: #ffffff06;
    border-radius: 8px;
    padding: 0px 9px;
    height: fit-content;
    min-width: 100%;
    font-size: 16px;
}

.location_btn {
    height: 50px;
    width: 100%;
    background-color: #fed018ad;
    border-radius: 8px;
    background-color: #212121e6;
    border: solid 2px #7c7c7c99;
    color: #ffd258;
    display: flex;
    justify-content: center;
    align-items: center;
}

.location_icon {
    padding-left: 15px;
}

.phone_btn {
    display: none;
}

.location_img {
    width: 30%;
    object-fit: contain;
    display: block;
    border-radius: 10px;
    margin-right: 20px;
    -webkit-box-shadow: 0px 0px 56px -22px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 56px -22px rgba(0,0,0,0.75);
box-shadow: 0px 0px 56px -22px rgba(0,0,0,0.75);
}

.para_btn_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width:992px) {
    .contact_wrapper {
        display: block;
    }

    .phone_btn {
        display: block;
    }

    .delivery_icon {
        width: 35%;
    }

    .free_delivry_wrapper {
        font-size: 18px;
    }

    .phone {
        padding: 30px 25px 30px 25px;
    }
}

@media (max-width:600px) {
    .delivery_icon {
        width: 35%;
    }

    .free_delivry_wrapper {
        font-size: 14px;
    }

    .location_img {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 12px;
    }

    .about_location {
        display: block;
    }

    .location_para {
        display: block;
        width: 100%;
        margin-left: 0px;
    }

    .location_btn {
        margin: 0%;
    }
}